home *** CD-ROM | disk | FTP | other *** search
- SETSYSFILE [BOOT_ROOT] "AUTOEXEC.BAT"
- ;these four lines sets the path for edits to the autoexec.bat
- IF [DISKSPACE] >= 2200000 ;checks for proper disk space
- UPGRADEOS 5.00 ;performs the upgrade procedure
- DELETEDIR [BOOT_ROOT] "DOS4O" ALL ;removes old DOS directory
- REPLACELINE "path" "Path=c:\dos5" ; updates path statement to new DOS
- REPLACEKEY "C:\DOS4o\SHARE" "C:\DOS4o\SHARE" "" ;removes the share executable
- ELSE
- EXIT 1 ;if not enough space program exits
- ENDIF
-